﻿2026-06-10T22:54:20.2479140Z ##[group]Run actions/checkout@v5
2026-06-10T22:54:20.2479358Z with:
2026-06-10T22:54:20.2479496Z   repository: SaberMage/spt-shell-notify
2026-06-10T22:54:20.2479664Z   path: .adapter-notify
2026-06-10T22:54:20.2481374Z   token: ***
2026-06-10T22:54:20.2481492Z   ssh-strict: true
2026-06-10T22:54:20.2481619Z   ssh-user: git
2026-06-10T22:54:20.2481738Z   persist-credentials: true
2026-06-10T22:54:20.2481873Z   clean: true
2026-06-10T22:54:20.2481998Z   sparse-checkout-cone-mode: true
2026-06-10T22:54:20.2482153Z   fetch-depth: 1
2026-06-10T22:54:20.2482272Z   fetch-tags: false
2026-06-10T22:54:20.2482390Z   show-progress: true
2026-06-10T22:54:20.2482512Z   lfs: false
2026-06-10T22:54:20.2482617Z   submodules: false
2026-06-10T22:54:20.2482743Z   set-safe-directory: true
2026-06-10T22:54:20.2482875Z ##[endgroup]
2026-06-10T22:54:20.3179374Z Syncing repository: SaberMage/spt-shell-notify
2026-06-10T22:54:20.3184341Z ##[group]Getting Git version info
2026-06-10T22:54:20.3184706Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-06-10T22:54:20.3477756Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-10T22:54:20.3666778Z git version 2.43.0.windows.1
2026-06-10T22:54:20.3691821Z ##[endgroup]
2026-06-10T22:54:20.3698621Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\a0f9e6c4-9572-455f-a8b1-8a49bd75b5db\.gitconfig'
2026-06-10T22:54:20.3710904Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\a0f9e6c4-9572-455f-a8b1-8a49bd75b5db' before making global git config changes
2026-06-10T22:54:20.3711620Z Adding repository directory to the temporary git global config as a safe directory
2026-06-10T22:54:20.3715474Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-10T22:54:20.3925824Z ##[group]Initializing the repository
2026-06-10T22:54:20.3930289Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-10T22:54:20.4217316Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-10T22:54:20.4241067Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-10T22:54:20.4466849Z ##[endgroup]
2026-06-10T22:54:20.4467099Z ##[group]Disabling automatic garbage collection
2026-06-10T22:54:20.4471287Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-10T22:54:20.4676754Z ##[endgroup]
2026-06-10T22:54:20.4676973Z ##[group]Setting up auth
2026-06-10T22:54:20.4682794Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-10T22:54:20.4887510Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-10T22:54:20.8389180Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-10T22:54:20.8600884Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-10T22:54:21.2015296Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-10T22:54:21.2220201Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-10T22:54:21.5640886Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-10T22:54:21.5913519Z ##[endgroup]
2026-06-10T22:54:21.5913766Z ##[group]Determining the default branch
2026-06-10T22:54:21.5915465Z Retrieving the default branch name
2026-06-10T22:54:21.9440291Z Default branch 'main'
2026-06-10T22:54:21.9440658Z ##[endgroup]
2026-06-10T22:54:21.9440875Z ##[group]Fetching the repository
2026-06-10T22:54:21.9446542Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-10T22:54:22.7120124Z From https://github.com/SaberMage/spt-shell-notify
2026-06-10T22:54:22.7120420Z  * [new branch]      main       -> origin/main
2026-06-10T22:54:22.7227911Z ##[endgroup]
2026-06-10T22:54:22.7228142Z ##[group]Determining the checkout info
2026-06-10T22:54:22.7229016Z ##[endgroup]
2026-06-10T22:54:22.7234095Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-10T22:54:22.7466300Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-10T22:54:22.7666063Z ##[group]Checking out the ref
2026-06-10T22:54:22.7670131Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-10T22:54:22.7948479Z branch 'main' set up to track 'origin/main'.
2026-06-10T22:54:22.7948684Z Reset branch 'main'
2026-06-10T22:54:22.7968183Z ##[endgroup]
2026-06-10T22:54:22.8180904Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-10T22:54:22.8360834Z ee2d37eadc730c0019e0af82d683074c509634a2
